summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/accuchek_reports.py
diff options
context:
space:
mode:
Diffstat (limited to 'glucometerutils/drivers/accuchek_reports.py')
-rw-r--r--glucometerutils/drivers/accuchek_reports.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/glucometerutils/drivers/accuchek_reports.py b/glucometerutils/drivers/accuchek_reports.py
index bf97064..6b69214 100644
--- a/glucometerutils/drivers/accuchek_reports.py
+++ b/glucometerutils/drivers/accuchek_reports.py
@@ -1,9 +1,12 @@
# -*- coding: utf-8 -*-
"""Driver for Accu-Chek Mobile devices with reports mode.
-This driver expects a mountpoint as the device name, and will read the
-data off the CSV file found there. This means it is read-only access,
-but has no dependencies at all.
+Supported features:
+ - get readings, including comments;
+ - use the glucose unit preset on the device by default;
+ - get serial number.
+
+Expected device path: /mnt/ACCUCHEK, the mountpoint of the block device.
The Accu-Chek Mobile meters should be set to "Reports" mode.